* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	font: 12px Microsoft Yahei, Arial, sans-serif;
	margin: 0px auto;
	position: relative;
	max-width: 1920px;
	min-width: 1200px;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1200 {
	width: 1200px;
	position: relative;
	margin: 0px auto;
}
.top_c{
	margin:38px 0px;
	z-index: 1111;
	position: relative;
	background: white;
}
.w485 {
	width: 485px;
	position: relative;
}

.w485>a {
	display: block;
	width: 100%;
	max-width: 475px;
}

.w485>a img {
	display: block;
	width: 100%;
}

.w476 {
	width: 476px;
}

.top_c .right.w476>a {
	display: block;
	width: 100%;
}

.top_c .right.w476>a img {
	display: block;
	width: 100%;
}

.search_ipt {
	width:100%;
	height:100%;
	margin-top: 0px;
	border: none;
	color: #9a9a9a;
	text-indent:1em;
	font-size:18px;
	border-radius:10px;
	border:1px solid #bfbfbf;
	box-sizing: border-box;
	outline: none;
}

.search_btn {
	cursor: pointer;
	position: absolute;
	bottom:0px;
	top:0px;
	right:0px;
	width:104px;
	color:white;
	background:url(../images/ss_btnbg.png) no-repeat center center;
	outline: none;
	border: none;
	font-size:22px;
}

.header_top_right {
	margin-top: 20px;
}

.search_bg {
	display: block;
	width: 78%;
	margin:0px auto;
	height:45px;
	position: relative;
	margin-bottom:10px;
	margin-top:10px;
}

.nav{
	background:#d70007;
	font-size:22px;
	color:white;
	padding: 9px 0px;
}
.nav ul li{
	float: left;
	padding: 0px 3.52%;
	position: relative;
}
.nav ul li>a{
	display: block;
	color: white;
}
.nav ul li>a:first-child{
	margin-bottom: 7px;
}
.nav ul li>span{
	display:block;
	margin-bottom: 7px;
	text-align: center;
	position: relative;
	top: 6px;
}

.nav ul li:after{
	content:"";
	display:block;
	position: absolute;
	left:0px;
	background:url(../images/nav_xt.png) no-repeat center center;
	width:1px;
	top:5%;
	bottom:5%;
}
.nav ul li:first-child:after{
	display: none;
}
.nav_click{
    position: absolute;
    right: 2%;
    display: none;
    width: 8%;
    cursor: pointer;
}
/*手机端下拉*/
.header-overlay {
	transition: all 0.2s ease-out;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	z-index: 5;
	top: 0;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	visibility: hidden;
}

.m_nav {
	position: fixed;
	left: 0;
	top: 67px;
	right: 0;
	width: 100%;
	background: #efefef;
	z-index: 20;
	display: none;
	max-height: calc(100vh - 55px);
	/*max-height: calc(var(--vh, 1vh) * 100 - 55px);*/
	overflow-y: auto;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a {
	padding: 5px 0 5px 25px;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.25;
	transition: all 0.3s ease-out;
	color: #000000;
}

.m_nav .m_wrap {
	padding: 0 5%;
}

.m_nav .mNav_bott .m_navli {
	position: relative;
	transition: all 0.3s ease-out;
	border-bottom: solid 1px #dad9d9;
}

.m_nav .mNav_bott .m_navli:last-child {
	border-bottom: none;
}

.m_nav .mNav_bott .m_navli>a {
	display: block;
	padding: 15px 35px 15px 15px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	color: #000000;
}

.m_nav .mNav_bott .m_navli>a:hover {
	color: #000000;
}

.m_nav .mNav_bott .m_navli>a:after,
.m_nav .mNav_bott .m_navli>a:before {
	content: '';
	background: #908b8b;
	width: 9px;
	height: 2px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

.m_nav .mNav_bott .m_navli>a:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all 0.6s ease-out;
}

.m_nav .mNav_bott .m_navli>a:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.6s ease-out;
}

.m_nav .mNav_bott .m_navli.active {
	background: #efefef;
}

.m_nav .mNav_bott .m_navli.active>a:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #908b8b;
}

.m_nav .mNav_bott .m_navli.active>a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	background: #908b8b;
}

.m_nav .mNav_bott .m_navli.active>a {
	/*border-bottom:solid 1px #58a3e7;*/
	font-weight: bold;
}

.m_nav .mNav_bott .m_navli .m_secNav {
	display: none;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title {
	width: 100%;
	padding: 8px 25px;
	border-top: solid 1px #dad9d9;
	padding-top: 18px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	position: relative;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a {
	padding: 5px 0 5px 25px;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.25;
	transition: all 0.3s ease-out;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../img/m_anniu1.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background-size: cover;
}

.m_nav .mNav_bott .m_navli .m_secNav ul {
	font-size: 0;
	padding-bottom: 18px;
}

.m_nav .mNav_bott .m_navli .m_secNav li {
	font-size: 14px;
}

.m_nav .mNav_bott .m_navli.m_navli02 .m_secNav ul {
	overflow: hidden;
}

.m_nav .mNav_bott .m_navli.m_navli02 .m_secNav li {
	width: 50%;
	float: left;
}

.m_nav .mNav_bott .m_navli .m_secNav li>a {
	padding: 8px 25px;
	line-height: 28px;
	display: block;
	position: relative;
	color: #000000;
}

.addC {
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
}
.m_nav .mNav_bott .m_navli .m_secNav li>a:hover {
	color: #000000;
}

.m_nav .mNav_bott .m_navli .m_secNav li>a.cur {
	color: #000000;
}

.mobile_key {
	display: none;
	top: 50%;
	position: relative;
	margin-top: -10px;
}

.mobile_key img {
	width: 20px;
}
.footer{
	font-size:18px;
	color:white;
	padding:20px 0px;
	background:#be0000;
	text-align: center;
	line-height:32px;
	margin-top:3.5%;
}
.footer p{
	width:98%;
	margin:0px auto;
}
.footer a{
	color:white;
}

@media only screen and (max-width:1020px) {
	.nav_click{
		display: block
	}
}